home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / Hack / SATTELIT / PIC24C71.ZIP / PIC24C07.ENG < prev    next >
Text File  |  1996-10-04  |  2KB  |  65 lines

  1.                        Ede 10/2/96 0.7 ß
  2.  
  3. 24Cxx PIC 16C84 Combiprogrammer for the Henk Schaer,David Tait and
  4. LudiPipo interface
  5. ----------------------------------------------------------------------------
  6.  
  7. interface connections
  8. ----------------------
  9. you can use the HS or DT printerport interface without any modifycations.
  10. the only thing you have to do is to connect a 8 pin DIL socket.
  11. you have to make the following connections:
  12. 1 ,2 ,3 ,4 and 7 to ground.
  13. 5 to 16C84 pin 13(RB7), 6 to 16C84 pin 12(RB6) and 8 to 16C84 14(VDD)
  14.  
  15. Use
  16. ---
  17. command line arguments:
  18. H2:Henk Schaer lpt2
  19. D1/D2:David Tait 07 lpt1/lpt2
  20. L1..L4:LudiPipo COM1..COM4
  21.  
  22. most of the program should be obvious (I hope).
  23. HEX files can only be of the Intel HEX8M type.To load a HEX file first
  24. select the device type ,then load the file.
  25. HEX files must have the *.hex extension,binairy files must have the
  26. *.bin extension.These files should be in the same directory as the
  27. programmer.
  28. the buffer can be saved as a binairy file,the *.bin extension is added
  29. automatically.
  30.  
  31. LudiPipo
  32. --------
  33. support for the LudiPipo interface has been added in this version.
  34. this interface is very simple and works without an external power
  35. supply.so it's easy and cheap to build.
  36. but this system won't work on all machines:in some cases the
  37. programming voltage becomes too low.
  38. it's a pity we don't hear much from 'Der Ludi' any more!
  39.  
  40. error messages
  41. --------------
  42. 'error' during reading or programming:wrong device,device not properly
  43. connected,program interface not connected,power supply not connected,
  44. HEX file with illegal data(16C84).
  45. 'reload HEX file':HEX file loaded in wrong mode,first
  46. select the device type ,then load the file.
  47.  
  48. comments,bugs
  49. ------------
  50. willem kloosterhuis
  51. 31-(0)-318653068
  52. e-mail: waklos@bos.nl
  53. HomePage: www.bos.nl/homes/waklos/
  54.  
  55. rev. history
  56. ------------
  57. 0.5      15-9-96 first release
  58. 0.6      22-9-96 reading is done slower for fast machines
  59.                  Compare for EEproms added
  60.                  PIC buffer save works correct now
  61.                  error messages for HEX file load added
  62.                  everything should work under Windows now
  63. 0.7      2-10-96 LudiPipo support added,command line arguments
  64. 0.71     5-10-96 Bugfix update:hardware test
  65.